home *** CD-ROM | disk | FTP | other *** search
- package Code.LIB
- {
- public class _sb428 extends _wy567
- {
- private var iStr:String;
-
- private var iStrA:String = "";
-
- private var iValue:int = 0;
-
- public function _sb428(param1:int, param2:int, param3:String = "", param4:String = null)
- {
- iValue = 0;
- iStrA = "";
- super(param1,param2,param4);
- this.iStr = param3;
- this._yc70 = 0;
- }
-
- public function set _ll758(param1:String) : void
- {
- this.iStrA = param1;
- this._yc70 = this._yc70;
- }
-
- public function get _yc70() : int
- {
- return this.iValue;
- }
-
- public function set _yc70(param1:int) : void
- {
- this.iValue = param1;
- this.Text = this.iStr + ": " + this.iValue.toString() + iStrA;
- }
- }
- }
-
-